From fb2faf29b26da39bd815b470ca73255dbfe30e42 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 7 Jul 2016 09:44:05 -0700 Subject: [PATCH] Bump to 0.13.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- Makefile.in | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7db2c69a6..292667e2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo" -version = "0.12.0" +version = "0.13.0" dependencies = [ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -66,7 +66,7 @@ name = "cargotest" version = "0.1.0" dependencies = [ "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "cargo 0.12.0", + "cargo 0.13.0", "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fc92dd56d..0e6af9e6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.12.0" +version = "0.13.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] diff --git a/Makefile.in b/Makefile.in index 7b7de6932..e6dff63e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CFG_RELEASE_NUM=0.12.0 +CFG_RELEASE_NUM=0.13.0 CFG_RELEASE_LABEL= OPENSSL_VERS=1.0.2h -- 2.30.2